MoveToResponse

data class MoveToResponse(nodeId: NodeId)

Represents response frame that is returned from DOM#moveTo operation call. Moves node into the new container, places it before the given anchor.

See also

Constructors

MoveToResponse
Link copied to clipboard
fun MoveToResponse(nodeId: NodeId)

Properties

nodeId
Link copied to clipboard
val nodeId: NodeId
New id of the moved node.

Sources

jvm source
Link copied to clipboard